{
  "directed": true,
  "name": "Fig8_SettlementUseCase",
  "strict": false,
  "attrs": {
    "rankdir": "LR"
  },
  "nodes": [
    {
      "id": "Start",
      "attrs": {
        "shape": "circle",
        "label": "\"Start\""
      }
    },
    {
      "id": "RcveInv",
      "attrs": {
        "label": "\"RcveInv\\n(Receive Approved Invoice)\""
      }
    },
    {
      "id": "GenPaySetNet",
      "attrs": {
        "label": "\"GenPaySetNet\\n(Generic Payment: Settlement+Netting)\""
      }
    },
    {
      "id": "Record",
      "attrs": {
        "label": "\"Record\\n(Local Recording)\""
      }
    },
    {
      "id": "Stop",
      "attrs": {
        "shape": "doublecircle",
        "label": "\"Stop\""
      }
    },
    {
      "id": "Note",
      "attrs": {
        "shape": "note",
        "label": "\"Same model is used by X and Y.\\nOnly role/addresses differ.\""
      }
    },
    {
      "id": "\\n",
      "attrs": {}
    }
  ],
  "edges": [
    {
      "source": "Start",
      "target": "RcveInv",
      "attrs": {}
    },
    {
      "source": "RcveInv",
      "target": "GenPaySetNet",
      "attrs": {}
    },
    {
      "source": "GenPaySetNet",
      "target": "Record",
      "attrs": {}
    },
    {
      "source": "Record",
      "target": "Stop",
      "attrs": {}
    },
    {
      "source": "Note",
      "target": "RcveInv",
      "attrs": {
        "style": "dashed",
        "arrowhead": "none"
      }
    }
  ],
  "subgraphs": []
}